[−][src]Crate object
object
The object
crate provides a unified interface to working with object files
across platforms. It supports reading object files and executable files,
and writing object files.
See the File
struct for details.
Re-exports
pub use target_lexicon; |
pub use uuid; |
pub use read::*; |
Modules
read | Interface for reading object files. |
write | Interface for writing object files. |
Enums
FileFlags | File flags that are specific to each file format. |
RelocationEncoding | Information about how the result of the relocation operation is encoded in the place. |
RelocationKind | The operation used to calculate the result of the relocation. |
SectionFlags | Section flags that are specific to each file format. |
SectionKind | The kind of a section. |
SymbolFlags | Symbol flags that are specific to each file format. |
SymbolKind | The kind of a symbol. |
SymbolScope | A symbol scope. |